testing.common.done (field)

7 uses

	testing (current package)
		fuzz.go#L724: 		f.done = true
		testing.go#L632: 	done        bool                 // Test is finished and all subtests have completed.
		testing.go#L987: 	if c.done {
		testing.go#L998: 	if !c.done && int64(race.Errors()) > c.lastRaceErrors.Load() {
		testing.go#L1053: 	if c.done {
		testing.go#L1059: 			if !parent.done {
		testing.go#L1779: 		t.done = true